Remove gdk_window_quartz_clear_area
authorRichard Hult <richard@imendio.com>
Mon, 5 Jan 2009 18:33:32 +0000 (19:33 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:22 +0000 (10:15 +0200)
gdk/quartz/gdkwindow-quartz.c

index 10d2006fdca7f2e346112081b70749c8cc55218b..9da42f376216fbb92166b7c9a2284348a5df4306 100644 (file)
@@ -1485,17 +1485,6 @@ gdk_window_quartz_reparent (GdkWindow *window,
   return FALSE;
 }
 
-static void
-gdk_window_quartz_clear_area (GdkWindow *window,
-                              gint       x,
-                              gint       y,
-                              gint       width,
-                              gint       height,
-                              gboolean   send_expose)
-{
-  /* FIXME: Implement */
-}
-
 /* Get the toplevel ordering from NSApp and update our own list. We do
  * this on demand since the NSApp's list is not up to date directly
  * after we get windowDidBecomeMain.